Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update to Support Rust's Unstable Features and Correct Module Imports #1701

Conversation

krishpranav
Copy link

This PR addresses issues with unstable features like f128 and incorrect module imports in the core_arch crate. It updates the code to work with the nightly version of Rust, enabling the necessary unstable features and fixing issues related to the use of std in a no_std environment.

@rustbot
Copy link
Collaborator

rustbot commented Jan 16, 2025

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.

@tgross35
Copy link

This patch does not address the linked issue, does not follow the style of this crate, has a completely unrelated commit message, and the code is visibly incorrect. Help bringing up SIMD for the new float types is very welcome, but please make an effort to understand the code before submitting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants